From dffb92654a0b1a2494c4efd502e0866bbd84328e Mon Sep 17 00:00:00 2001 From: robertlipe Date: Fri, 24 Feb 2012 15:36:21 +0000 Subject: [PATCH] Improve wording of Garmin USB exclusive use warning. --- gpsbabel/jeeps/gpsusbwin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpsbabel/jeeps/gpsusbwin.c b/gpsbabel/jeeps/gpsusbwin.c index c95918b15..34bf9168c 100644 --- a/gpsbabel/jeeps/gpsusbwin.c +++ b/gpsbabel/jeeps/gpsusbwin.c @@ -166,7 +166,8 @@ HANDLE* garmin_usb_start(HDEVINFO* hdevinfo, SP_DEVICE_INTERFACE_DATA* infodata) if (GetLastError() == ERROR_ACCESS_DENIED) { warning( "Exclusive access is denied. It's likely that something else such as\n" - "Nroute, Spanner, Google Earth, or GPSGate already has control of the device\n"); + "Garmin Lifetime Updater, Communicator, Basecamp, Nroute, Spanner,\n" + "Google Earth, or GPSGate already has control of the device\n"); } GPS_Serial_Error("(usb) CreateFile on '%s' failed", pdd->DevicePath); return NULL; -- 2.30.2